.common-banner {
	width: 100%;
	margin-top: 96px;
	/* margin-top: 0 !important; */
	position: relative;
}
.common-banner .bg {
	display: block;
	width: 100%;
	max-height: 495px;
}
.common-banner .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 42px;
	color: #ffffff;
	line-height: 1.17;
}
.common-banner .text::after {
	content: "";
	display: block;
	width: 55px;
	height: 1px;
	background-color: #fff;
	margin: 9px auto 0;
}
.common-banner .bread-crumb {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(255, 255, 255, 0.8);
}
.common-banner .bread-crumb .bread-crumb-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.common-banner .bread-crumb .bread-crumb-wrap img {
	display: block;
	margin-right: 8px;
}
.common-banner .bread-crumb ul {
	display: flex;
}
.common-banner .bread-crumb ul li,
.common-banner .bread-crumb ul li a {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #1f1f1f;
	line-height: 1.18;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.common-banner .bread-crumb ul li::after {
	content: ">";
	font-weight: 500;
	color: #1f1f1f;
	margin-left: 5px;
	margin-right: 5px;
}
.common-banner .bread-crumb ul li:last-of-type::after {
	content: "";
}
.common-pagination {
	display: flex;
	justify-content: center;
}
.common-pagination .pagination-item {
	padding: 6px 14px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	line-height: 1.714;
	font-style: normal;
	text-transform: none;
	background: #ffffff;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	white-space: nowrap;
	margin-right: 11px;
}
.common-pagination .pagination-item.current,
.common-pagination .pagination-item:hover {
	background-color: #e52d6b;
	color: #fff;
}
.center-page .list-area {
	padding-top: 70px;
	padding-bottom: 86px;
	background-color: #f5f5f5;
}
.center-page .list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.center-page .list .item {
	width: 30.638%;
	margin-right: 4.042%;
	background-color: #fff;
	margin-top: 42px;
}
.center-page .list .item .pic {
	display: block;
	width: 100%;
	padding-bottom: 62.5%;
	position: relative;
	overflow: hidden;
}
.center-page .list .item .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.45s ease;
}
.center-page .list .item .pic:hover img {
	transform: scale(1.2);
}
.center-page .list .item .text {
	padding: 27px 24px 39px;
}
.center-page .list .item .text .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 1.583;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.center-page .list .item .text .title:hover {
	color: #e52d6b;
}
.center-page .list .item .text .desc {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #818181;
	line-height: 1.57;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.center-page .list .item:nth-child(-n + 3) {
	margin-top: 0;
}
.center-page .list .item:nth-child(3n) {
	margin-right: 0;
}
.serice-page .serice-area {
	padding-top: 78px;
	padding-bottom: 81px;
	background-color: #f9f9f9;
}
.serice-page .serice-area .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 76px;
}
.serice-page .serice-area .list .item {
	padding-top: 41px;
	padding-left: 59px;
	padding-right: 58px;
	padding-bottom: 77px;
	width: 31.347%;
	margin-right: 2.907%;
	background-color: #fff;
	margin-bottom: 35px;
	transition: all 0.45s;
}
.serice-page .serice-area .list .item .pic {
	display: block;
	padding-bottom: 72.085%;
	position: relative;
	margin-bottom: 41px;
}
.serice-page .serice-area .list .item .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}
.serice-page .serice-area .list .item .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 24px;
	color: #000000;
	line-height: 1.167;
	text-align: center;
	font-style: normal;
	text-transform: none;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.serice-page .serice-area .list .item .title::after {
	content: "";
	display: block;
	width: 52px;
	border: 1px solid #e8e8e8;
	margin: 22px auto 30px;
}
.serice-page .serice-area .list .item .link-btn {
	width: 180px;
	height: 44px;
	margin: 0 auto;
	background: #e3e3e3;
	border-radius: 68px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #5a5a5a;
	line-height: 1.1875;
	font-style: normal;
	text-transform: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 29px;
	padding-right: 19px;
}
.serice-page .serice-area .list .item .link-btn .active {
	display: none;
}
.serice-page .serice-area .list .item:nth-child(3n) {
	margin-right: 0;
}
.serice-page .serice-area .list .item:nth-last-child(-n + 3) {
	margin-bottom: 0;
}
.serice-page .serice-area .list .item:hover {
	transform: translateY(-12px);
	background-color: #ececec;
}
.serice-page .serice-area .list .item:hover .title::after {
	border-color: #e52d6b;
}
.serice-page .serice-area .list .item:hover .link-btn {
	background-color: #e52d6b;
	color: #fff;
}
.serice-page .serice-area .list .item:hover .link-btn .active {
	display: block;
}
.serice-page .serice-area .list .item:hover .link-btn .default {
	display: none;
}
.pro-detail-page .detail-area {
	padding-top: 41px;
	padding-bottom: 153px;
	background-color: #f5f5f5;
}
.pro-detail-page .detail-box {
	background-color: #fff;
	padding-top: 62px;
	padding-left: 44px;
	padding-right: 75px;
	padding-bottom: 50px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 43px;
}
.pro-detail-page .detail-box .left {
	width: 43.997%;
}
.pro-detail-page .detail-box .left .max-pic {
	position: relative;
	width: 100%;
	padding-bottom: 76.6%;
	border: 1px solid #e7e7e7;
}
.pro-detail-page .detail-box .left .max-pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.pro-detail-page .detail-box .left .swiper-box {
	margin-top: 37px;
	position: relative;
}
.pro-detail-page .detail-box .left .swiper-box .swiper1 {
	width: 88.1%;
}
.pro-detail-page .detail-box .left .swiper-box .swiper1 .swiper-slide {
	border: 1px solid #ebebeb;
	position: relative;
	cursor: pointer;
}
.pro-detail-page .detail-box .left .swiper-box .swiper1 .swiper-slide.current {
	border-color: #e52d6b;
}
.pro-detail-page .detail-box .left .swiper-box .swiper1 .swiper-slide::after {
	content: "";
	display: block;
	padding-bottom: 84.07%;
}
.pro-detail-page .detail-box .left .swiper-box .swiper1 .swiper-slide img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	user-select: none;
}
.pro-detail-page .detail-box .left .swiper-box .left-arrow,
.pro-detail-page .detail-box .left .swiper-box .right-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	user-select: none;
}
.pro-detail-page .detail-box .left .swiper-box .left-arrow .active,
.pro-detail-page .detail-box .left .swiper-box .right-arrow .active {
	display: none;
}
.pro-detail-page .detail-box .left .swiper-box .left-arrow img,
.pro-detail-page .detail-box .left .swiper-box .right-arrow img {
	vertical-align: middle;
}
.pro-detail-page .detail-box .left .swiper-box .left-arrow:hover .active,
.pro-detail-page .detail-box .left .swiper-box .right-arrow:hover .active {
	display: inline-block;
}
.pro-detail-page .detail-box .left .swiper-box .left-arrow:hover .default,
.pro-detail-page .detail-box .left .swiper-box .right-arrow:hover .default {
	display: none;
}
.pro-detail-page .detail-box .left .swiper-box .left-arrow {
	left: 0;
}
.pro-detail-page .detail-box .left .swiper-box .right-arrow {
	right: 0;
}
.pro-detail-page .detail-box .right {
	padding-left: 74px;
	padding-top: 64px;
	word-break: break-all;
}
.pro-detail-page .detail-box .right .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 32px;
	color: #000000;
	line-height: 1.1875;
	text-align: left;
	font-style: normal;
	text-transform: none;
	word-break: break-all;
	margin-bottom: 30px;
}
.pro-detail-page .detail-box .right .title::after {
	display: block;
	content: "";
	width: 67px;
	height: 1px;
	background-color: #e52d6b;
	margin-top: 17px;
}
.pro-detail-page .detail-box .right .zh-sub-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 1.15;
}
.pro-detail-page .detail-box .right .en-sub-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 20px;
	color: #969696;
	line-height: 1.15;
	margin-top: 6px;
	margin-bottom: 22px;
}
.pro-detail-page .detail-box .right .desc {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #858585;
	line-height: 2;
	text-align: justify;
}
.pro-detail-page .info-box {
	margin-bottom: 32px;
}
.pro-detail-page .info-box .info-head {
	display: flex;
}
.pro-detail-page .info-box .info-head .item {
	width: 183px;
	min-height: 61px;
	background: #ffffff;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #ececec;
	border-bottom: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 1.2;
	user-select: none;
	cursor: pointer;
}

.pro-detail-page .info-box .info-head .item.current {
	background-color: #333333;
	color: #ffffff;
}

.pro-detail-page .info-box .info-panel {
	padding-top: 54px;
	padding-bottom: 56px;
	padding-left: 58px;
	padding-right: 86px;
	background-color: #fff;
}
.pro-detail-page .info-box .info-panel .panel-item {
	display: none;
}
.pro-detail-page .info-box .info-panel .panel-item * {
	max-width: 100%;
	word-break: break-all;
}
.pro-detail-page .info-box .info-panel .panel-item p,
.pro-detail-page .info-box .info-panel .panel-item span {
	max-width: 100%;
	word-break: break-all;
}
.pro-detail-page .info-box .info-panel .panel-item img {
	max-width: 100%;
	height: auto;
}
.pro-detail-page .info-box .info-panel .panel-item.current {
	display: block;
}
.pro-detail-page .recommend {
	display: flex;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 29px;
	padding-left: 44px;
	padding-right: 68px;
	background-color: #fff;
}
.pro-detail-page .recommend .prev,
.pro-detail-page .recommend .next {
	width: 25%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.pro-detail-page .recommend .prev span,
.pro-detail-page .recommend .next span,
.pro-detail-page .recommend .prev a,
.pro-detail-page .recommend .next a {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #535353;
	line-height: 1.17;
}
.pro-detail-page .recommend .prev a:hover,
.pro-detail-page .recommend .next a:hover {
	color: #e52d6b;
}
.pro-detail-page .recommend .next {
	text-align: right;
}
.pro-detail-page .recommend .btn {
	width: 183px;
	height: 51px;
	background: #ffffff;
	border: 1px solid #e52d6b;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #e52d6b;
	line-height: 1.17;
	margin-left: auto;
	margin-right: auto;
}

/* 按钮 */
.pro-detail-page .document-btn {
	width: 140px;
	height: 40px;
	background: #bfbfbf;
	border-radius: 32px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro-detail-page .document-btn:hover {
	background-color: #e52d6b;
	color: #fff;
}
.news-list-page .list-area {
	padding-top: 63px;
	padding-bottom: 73px;
	background-color: #fff;
}
.news-list-page .list-tab {
	display: flex;
	justify-content: center;
	margin-bottom: 72px;
}
.news-list-page .list-tab .tab-item {
	width: 160px;
	height: 50px;
	background: rgba(237, 237, 237, 0.7);
	border-radius: 32px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #161616;
	line-height: 1.1875;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-list-page .list-tab .tab-item:first-of-type {
	margin-right: 30px;
}
.news-list-page .list-tab .tab-item.current {
	background-color: #e52d6b;
	color: #fff;
}
.news-list-page .new-list {
	margin-bottom: 85px;
}
.news-list-page .new-list .item {
	display: flex;
	padding-bottom: 40px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 40px;
}
.news-list-page .new-list .item:last-of-type {
	margin-bottom: 0;
}
.news-list-page .new-list .item .pic {
	display: block;
	width: 295px;
	height: 189px;
	flex-shrink: 0;
	overflow: hidden;
}
.news-list-page .new-list .item .pic:hover img {
	transform: scale(1.2);
}
.news-list-page .new-list .item .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.45s ease;
	object-fit: cover;
}
.news-list-page .new-list .item .text {
	margin-left: 41px;
	flex: 1;
	overflow: hidden;
}
.news-list-page .new-list .item .text .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 1.15;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: block;
	width: fit-content;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 8px;
	margin-bottom: 21px;
}
.news-list-page .new-list .item .text .title:hover {
	color: #e52d6b;
}
.news-list-page .new-list .item .text .desc {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #9b9b9b;
	line-height: 1.7;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 15px;
}
.news-list-page .new-list .item .text .timer {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #6b6b6b;
	line-height: 16px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.new-detail-page .detail-area {
	padding-top: 64px;
	padding-bottom: 78px;
	background: #f5f5f5;
}
.new-detail-page .detail-wrap {
	width: 1430px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.new-detail-page .detail-wrap .main {
	width: 73.496%;
	background-color: #fff;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 49px;
	padding-bottom: 46px;
}
.new-detail-page .detail-wrap .main .article-head {
	padding-bottom: 28px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 32px;
}
.new-detail-page .detail-wrap .main .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	line-height: 1.1875;
	text-align: left;
	font-style: normal;
	text-transform: none;
	word-break: break-all;
	margin-bottom: 17px;
}
.new-detail-page .detail-wrap .main .desc {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #858585;
	line-height: 1.1875;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.new-detail-page .detail-wrap .main .desc span:first-of-type {
	margin-right: 37px;
}
.new-detail-page .detail-wrap .main .article-content {
	word-break: break-all;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}
.new-detail-page .detail-wrap .main .article-content * {
	word-break: break-all;
	max-width: 100%;
}
.new-detail-page .detail-wrap .main .article-content p {
	word-break: break-all;
	max-width: 100%;
}
.new-detail-page .detail-wrap .main .article-content img {
	max-width: 100%;
	height: auto;
}
.new-detail-page .detail-wrap .main .recommend {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.new-detail-page .detail-wrap .main .recommend .left {
	width: 35%;
}
.new-detail-page .detail-wrap .main .recommend .left a {
	display: block;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #666672;
	line-height: 1.857;
	text-align: left;
	font-style: normal;
	text-transform: none;
	width: fit-content;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.new-detail-page .detail-wrap .main .recommend .left a:hover {
	color: #e52d6b;
	cursor: pointer;
}
.new-detail-page .detail-wrap .main .recommend .right {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #383838;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.new-detail-page .detail-wrap .main .recommend .right .item {
	margin-right: 6px;
	cursor: pointer;
}
.new-detail-page .detail-wrap .main .recommend .right .item:last-of-type {
	margin-right: 3px;
	cursor: default;
}
.new-detail-page .detail-wrap .aside {
	width: 24.335%;
	background-color: #fff;
	padding-left: 26px;
	padding-right: 25px;
	padding-bottom: calc(42px - 16px);
}
.new-detail-page .detail-wrap .aside .recommend-list {
	margin-bottom: calc(46px - 27px);
}
.new-detail-page .detail-wrap .aside .recommend-list:last-of-type {
	margin-bottom: 0;
}
.new-detail-page .detail-wrap .aside .recommend-list .recommend-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 27px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 24px;
}
.new-detail-page .detail-wrap .aside .recommend-list .recommend-head h6 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 800;
	font-size: 24px;
	color: #1d1d1d;
	line-height: 1.167;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: flex;
	align-items: center;
}
.new-detail-page .detail-wrap .aside .recommend-list .recommend-head h6::before {
	content: "";
	display: block;
	width: 6px;
	height: 24px;
	background: #e52d6b;
	margin-right: 8px;
}
.new-detail-page .detail-wrap .aside .recommend-list .recommend-head a {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #666666;
	line-height: 1.17;
	padding-right: 5px;
}
.new-detail-page .detail-wrap .aside .recommend-list .recommend-head a:hover {
	cursor: pointer;
	color: #e52d6b;
}
.new-detail-page .detail-wrap .aside .recommend-list .content .link-item {
	display: block;
	width: fit-content;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #3a3a3a;
	line-height: 1.1875;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 12px;
}
.new-detail-page .detail-wrap .aside .recommend-list .content .link-item:last-of-type {
	margin-bottom: 0;
}
.new-detail-page .detail-wrap .aside .recommend-list .content .link-item:hover {
	color: #e52d6b;
}
.new-detail-page .detail-wrap .aside .recommend-list .tag-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.new-detail-page .detail-wrap .aside .recommend-list .tag-list .tag {
	background: #ffffff;
	border: 1px solid #eeeeee;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #3a3a3a;
	line-height: 1.17;
	margin-bottom: 16px;
	width: 29.63%;
	margin-right: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	padding: 4px 5px;
}
.new-detail-page .detail-wrap .aside .recommend-list .tag-list .tag:hover {
	background-color: #e52d6b;
	color: #fff;
}
.new-detail-page .detail-wrap .aside .recommend-list .tag-list .tag:nth-child(3n) {
	margin-right: 0;
}
.skill-tab-list {
	display: flex;
	justify-content: center;
	margin-bottom: 38px;
}
.skill-tab-list .tab-item {
	display: block;
	width: 160px;
	height: 50px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 32px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #161616;
	line-height: 19px;
	font-style: normal;
	text-transform: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.skill-tab-list .tab-item:first-of-type {
	margin-right: 30px;
}
.skill-tab-list .tab-item.current {
	background-color: #e52d6b;
	color: #fff;
}
.skill-service-page .skill-area {
	background-color: #f5f5f5;
	padding-top: 63px;
	padding-bottom: 88px;
}
.skill-service-page .service-main {
	background-color: #fff;
	padding-top: 51px;
	padding-left: 56px;
	padding-right: 47px;
	padding-bottom: 51px;
}
.skill-service-page .service-main .title {
	font-size: 20px;
	line-height: 1.175;
	color: #222222;
	font-family: PingFang SC, PingFang SC;
	font-weight: 800;
	font-style: normal;
	text-transform: none;
	margin-bottom: 27px;
}
.skill-service-page .service-main .desc {
	font-size: 16px;
	line-height: 1.25;
	color: #4d4d4d;
	font-family: PingFang SC, PingFang SC;
	font-style: normal;
	text-transform: none;
	margin-bottom: 26px;
}
.skill-download-page .download-area {
	padding-top: 63px;
	padding-bottom: 106px;
	background-color: #f5f5f5;
}
.skill-download-page .download-search {
	width: 100%;
	height: 82px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.skill-download-page .download-search form {
	width: 63.9%;
	height: 46px;
	background: #fdfdfd;
	border: 1px solid #eaeaea;
	display: flex;
	align-items: center;
}
.skill-download-page .download-search form input {
	width: 88.013%;
	height: 100%;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	text-align: left;
	padding-left: 41px;
	font-style: normal;
	text-transform: none;
	color: #000;
	border: none;
	padding-right: 25px;
}
.skill-download-page .download-search form input:focus {
	outline: none;
}
.skill-download-page .download-search form input::placeholder {
	color: #6b6b6b;
}
.skill-download-page .download-search form button {
	width: 108px;
	height: 46px;
	background: #1e1e1e;
	border: 1px solid #eaeaea;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	cursor: pointer;
}
.skill-download-page .download-search form button img {
	margin-right: 9px;
}
.skill-download-page .content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.skill-download-page .content .left {
	width: 23.9%;
}
.skill-download-page .content .left .link-item {
	display: block;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #555555;
	line-height: 1.17;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding-left: 40px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
}
.skill-download-page .content .left .link-item.current {
	color: #000;
	font-weight: 800;
}
.skill-download-page .content .left .link-item:hover {
	background-color: #e52d6b;
	color: #fff;
}
.skill-download-page .content .left .link-item:last-of-type {
	border-bottom: none;
}
.skill-download-page .content .right {
	width: 75.39%;
	padding-bottom: 64px;
	background-color: #fff;
}
.skill-download-page .content .right .file-list {
	margin-bottom: 45px;
}
.skill-download-page .content .right .file-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 46px;
	padding-right: 37px;
	padding-bottom: 22px;
	padding-top: 32px;
	border-bottom: 1px solid #e7e7e7;
}
.skill-download-page .content .right .file-item .file-name {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	line-height: 1.1875;
	text-align: left;
	font-style: normal;
	text-transform: none;
	max-width: 45%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.skill-download-page .content .right .file-item .btn-list {
	display: flex;
	margin-left: auto;
}
.skill-download-page .content .right .file-item .btn-list a {
	width: 103px;
	height: 40px;
	flex-shrink: 0;
	background: #bfbfbf;
	border-radius: 32px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 14px;
}

/* 禁用 */
.skill-download-page .content .right .file-item .btn-list a.jinyon {
	background-color: rgba(191, 191, 191, 0.25);
	cursor: not-allowed;
}

.skill-download-page .content .right .file-item .btn-list a.jinyon:hover {
	/* background: #bfbfbf; */
	background-color: rgba(191, 191, 191, 0.25);
}

.skill-download-page .content .right .file-item .btn-list a:last-of-type {
	margin-right: 0;
}
.skill-download-page .content .right .file-item .btn-list a:hover {
	background-color: #e52d6b;
}
.about-page .about-area {
	padding-top: 70px;
	padding-bottom: 99px;
	background-color: #f5f5f5;
}
.about-page .list {
	display: flex;
}
.about-page .list .item {
	/* width: 30.638%; */
	width: 22%;
	background: #ffffff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
	/* margin-right: 4.114%; */
	margin-right: 4%;
}
.about-page .list .item:nth-child(4n) {
	margin-right: 0;
}

.about-page .list .item .pic {
	width: 100%;
	padding-bottom: 62.5%;
	overflow: hidden;
	position: relative;
}
.about-page .list .item .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.45s ease;
}
.about-page .list .item .pic:hover img {
	transform: scale(1.2);
}
.about-page .list .item .text {
	padding-top: 27px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 39px;
}
.about-page .list .item .text .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 1.583;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 6px;
	width: fit-content;
}
.about-page .list .item .text .title:hover {
	color: #e52d6b;
}
.about-page .list .item .text .desc {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #818181;
	line-height: 1.57;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.contact-page .contact-area {
	padding-top: 74px;
	padding-bottom: 86px;
	background-color: #f5f5f5;
}
.contact-page .info-list {
	display: flex;
	margin-bottom: 38px;
}
.contact-page .info-list .info-item {
	flex: 1;
	padding-top: 107px;
	padding-bottom: 65px;
	text-align: center;
	background-color: #fff;
	margin-right: 2px;
}
.contact-page .info-list .info-item:last-of-type {
	margin-right: 0;
}
.contact-page .info-list .info-item img {
	vertical-align: top;
}
.contact-page .info-list .info-item .name {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 22px;
	color: #3f3f3f;
	line-height: 1.18;
	margin-top: 26px;
}
.contact-page .info-list .info-item .name::after {
	content: "";
	display: block;
	width: 48px;
	border: 1px solid #dfdfdf;
	margin: 17px auto;
}
.contact-page .info-list .info-item .info span,
.contact-page .info-list .info-item .info a {
	display: block;
	width: fit-content;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #7c7c7c;
	line-height: 1.625;
	font-style: normal;
	text-transform: none;
	margin-left: auto;
	margin-right: auto;
}
.contact-page .content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #fff;
	padding-top: 67px;
	padding-left: 65px;
	padding-bottom: 73px;
	padding-right: 52px;
}
.contact-page .content .left {
	flex: 1;
}
.contact-page .content .left .section {
	margin-bottom: 58px;
}
.contact-page .content .left .section-min {
	margin-bottom: 30px;
}
.contact-page .content .left .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 1.167;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 34px;
}
.contact-page .content .left .sub-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 1.15;
	margin-bottom: 30px;
}
.contact-page .content .left p {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 20px;
	color: #575757;
	line-height: 1.15;
	margin-bottom: 7px;
}
.contact-page .content .left p.m-b {
	margin-bottom: 30px;
}
.contact-page .content .right {
	width: 58.932%;
	height: 547px;
	margin-left: 119px;
}
.contact-page .content .right .map {
	width: 100%;
	height: 100%;
}
.about-skill-page .section.section-white {
	background-color: #fff;
}
.about-skill-page .section.section-gray {
	background-color: #ececec;
}
.about-skill-page .section .section-wrap {
	display: flex;
	align-items: flex-start;
}

/* 图片容器 */
.about-skill-page .section .section-wrap .pic {
	overflow: hidden;
}
.about-skill-page .section .section-wrap .pic:hover img {
	transform: scale(1.17);
}
.about-skill-page .section .section-wrap img {
	vertical-align: top;
	transition: all 0.45s ease;
}
.about-skill-page .section .section-left {
	padding-top: 97px;
	padding-bottom: 116px;
}
.about-skill-page .section .section-left .text {
	margin-right: 124px;
	padding-top: 67px;
	max-width: 616px;
}
.about-skill-page .section .section-right {
	padding-top: 99px;
	padding-bottom: 99px;
}
.about-skill-page .section .section-right .text {
	margin-left: 139px;
	padding-top: 42px;
	max-width: 616px;
}
.about-skill-page .section .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 36px;
	color: #000000;
	line-height: 1.17;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.about-skill-page .section .desc {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #686868;
	line-height: 1.76;
	font-style: normal;
	text-transform: none;
	margin-top: 14px;
}
.about-company-page .title-box .bg-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 68px;
	color: #e6e6e6;
	line-height: 1.6;
	letter-spacing: 6px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.about-company-page .title-box .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 40px;
	color: #434343;
	line-height: 1.6;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: -56px;
}
.about-company-page .company-intro {
	padding-top: 88px;
	padding-bottom: 119px;
	background-color: #fff;
}
.about-company-page .company-intro .main-box {
	margin-top: 34px;
}
.about-company-page .company-intro .main-box .desc {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #6f6f6f;
	line-height: 1.6;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 30px;
	text-indent: 2em;
	text-align: justify;
}
.about-company-page .company-intro .main-box .desc:last-of-type {
	margin-bottom: 0;
}
.about-company-page .company-intro .main-box img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 47px;
}
.about-company-page .company-history {
	padding-top: 61px;
	padding-bottom: 87px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.about-company-page .company-history .swiper1 {
	margin-top: 45px;
	width: 92.907%;
}
.about-company-page .company-history .swiper1 .swiper-slide {
	display: flex;
}
.about-company-page .company-history .swiper1 .swiper-slide .pic {
	margin-right: 101px;
}
.about-company-page .company-history .swiper1 .swiper-slide .pic img {
	width: 574px;
	height: 382px;
	object-fit: cover;
}
.about-company-page .company-history .swiper1 .swiper-slide .text {
	flex: 1;
	overflow: hidden;
	position: relative;
}
.about-company-page .company-history .swiper1 .swiper-slide .text .fornt {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(21px);
	backdrop-filter: blur(21px);
	padding-bottom: 29px;
	margin-top: 9px;
}
.about-company-page .company-history .swiper1 .swiper-slide .text .title {
	padding-top: 73px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 800;
	font-size: 32px;
	color: #0d0d0d;
	line-height: 1.1875;
	text-align: left;
	font-style: normal;
	text-transform: none;
	max-width: 100%;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.about-company-page .company-history .swiper1 .swiper-slide .text .sub-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 800;
	font-size: 28px;
	color: #0d0d0d;
	line-height: 1.178;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 37px;
	max-width: 100%;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 20px;
}
.about-company-page .company-history .swiper1 .swiper-slide .text .desc {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #717171;
	line-height: 1.875;
	text-align: left;
	font-style: normal;
	text-transform: none;
	max-width: 545px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.about-company-page .company-history .swiper1 .swiper-slide .text .year {
	font-family: PingFang SC, PingFang SC;
	font-weight: 800;
	font-size: 240px;
	color: #727272;
	line-height: 1;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.about-company-page .company-history .swiper2-box {
	position: relative;
	margin-top: 103px;
	z-index: 6;
}
.about-company-page .company-history .swiper2-box::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	z-index: -1;
}
.about-company-page .company-history .swiper2-box .swiper-left,
.about-company-page .company-history .swiper2-box .swiper-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	background: #e5e5e5;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	cursor: pointer;
	z-index: 2;
}
.about-company-page .company-history .swiper2-box .swiper-left .active,
.about-company-page .company-history .swiper2-box .swiper-right .active {
	display: none;
}
.about-company-page .company-history .swiper2-box .swiper-left:hover,
.about-company-page .company-history .swiper2-box .swiper-right:hover {
	background-color: #e52d6b;
}
.about-company-page .company-history .swiper2-box .swiper-left:hover .active,
.about-company-page .company-history .swiper2-box .swiper-right:hover .active {
	display: block;
}
.about-company-page .company-history .swiper2-box .swiper-left:hover .default,
.about-company-page .company-history .swiper2-box .swiper-right:hover .default {
	display: none;
}
.about-company-page .company-history .swiper2-box .swiper-left {
	left: 7.5%;
}
.about-company-page .company-history .swiper2-box .swiper-right {
	right: 9.17%;
}
.about-company-page .company-history .swiper2-box .swiper2 .swiper-slide {
	position: relative;
	text-align: center;
	word-break: break-all;
}
.about-company-page .company-history .swiper2-box .swiper2 .swiper-slide .text {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
	font-style: normal;
	text-transform: none;
	margin-bottom: 12px;
	height: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.about-company-page .company-history .swiper2-box .swiper2 .swiper-slide .year {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #666666;
	line-height: 1.875;
	font-style: normal;
	text-transform: none;
	margin-top: 16px;
	height: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.about-company-page .company-history .swiper2-box .swiper2 .swiper-slide::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #d9d9d9;
	border-radius: 50%;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	user-select: none;
	cursor: pointer;
}

/* 激活的设置 */
.about-company-page .company-history .swiper2-box .swiper2 .swiper-slide.slick-current .text,
.about-company-page .company-history .swiper2-box .swiper2 .swiper-slide.slick-current .year {
	color: #e52d6b;
	text-align: left;
	transform: translateX(0);
}
.about-company-page .company-history .swiper2-box .swiper2 .swiper-slide.slick-current::before {
	background-color: #e52d6b;
}
.about-company-page .company-history .swiper2-box .swiper2 .swiper-slide.slick-current::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 3px;
	background-color: #e52d6b;
}

/* 企业文化 */
.about-company-page .company-culture {
	padding-top: 68px;
	padding-bottom: 146px;
	background-color: #fff;
}
.about-company-page .company-culture .culture-main {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	margin-top: 58px;
}
.about-company-page .company-culture .culture-main .left {
	width: 48.794%;
}
.about-company-page .company-culture .culture-main .right {
	flex: 1;
	padding-top: 133px;
	padding-bottom: 52px;
	padding-left: 69px;
	background-color: rgba(255, 255, 255, 0.8);
}
.about-company-page .company-culture .culture-main .right .section {
	margin-bottom: 20px;
}
.about-company-page .company-culture .culture-main .right .section h5 {
	/* 宗旨： */
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 32px;
	color: #424242;
	line-height: 1.6;
	margin-bottom: 20px;
}
.about-company-page .company-culture .culture-main .right .section p {
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 20px;
	color: #424242;
	line-height: 1.6;
	max-width: 524px;
}
.about-company-page .company-honor {
	padding-top: 74px;
	padding-bottom: 137px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.about-company-page .company-honor .title-box .title {
	color: #fff;
}
.about-company-page .company-honor .title-box .bg-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 68px;
	color: rgba(230, 230, 230, 0.2);
	letter-spacing: 6px;
}
.about-company-page .company-honor .honor-main {
	margin-top: 58px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.about-company-page .company-honor .honor-main .left {
	width: 47.17%;
	flex-shrink: 0;
	max-height: 425px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 35px;
}
.about-company-page .company-honor .honor-main .left::-webkit-scrollbar {
	width: 4px;
	background-color: #d9d9d9;
}
.about-company-page .company-honor .honor-main .left::-webkit-scrollbar-thumb {
	background-color: #a5a5a5;
}
.about-company-page .company-honor .honor-main .left .text-item {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 15px;
	color: #ffffff;
	line-height: 1.6;
	letter-spacing: 1px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: 25px;
	vertical-align: top;
	text-align: justify;
}
.about-company-page .company-honor .honor-main .left .text-item:last-of-type {
	margin-bottom: 0;
}
.about-company-page .company-honor .honor-main .left .text-item span {
	margin-right: 18px;
}
.about-company-page .company-honor .honor-main .left .text-item span i {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: transparent;
	position: relative;
}
.about-company-page .company-honor .honor-main .left .text-item span i::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	background: #ffffff;
	border-radius: 50%;
}
.about-company-page .company-honor .honor-main .right {
	padding-left: 86px;
	padding-right: 53px;
	flex: 1;
	overflow: hidden;
	position: relative;
}
.about-company-page .company-honor .honor-main .right .swiper-honor {
	width: 455px;
}
.about-company-page .company-honor .honor-main .right .swiper-honor .swiper-slide {
	position: relative;
}
.about-company-page .company-honor .honor-main .right .swiper-honor .swiper-slide::before {
	content: "";
	display: block;
	padding-bottom: 72.747%;
}
.about-company-page .company-honor .honor-main .right .swiper-honor .swiper-slide img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.about-company-page .company-honor .honor-main .right .honor-left,
.about-company-page .company-honor .honor-main .right .honor-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	user-select: none;
	cursor: pointer;
}
.about-company-page .company-honor .honor-main .right .honor-left {
	left: 86px;
}
.about-company-page .company-honor .honor-main .right .honor-right {
	right: 53px;
}
@media (max-width: 1450px) {
	.new-detail-page .detail-wrap {
		width: 92%;
	}
	.new-detail-page .detail-wrap .aside .recommend-list .tag-list .tag {
		margin-right: 16px;
	}
	.new-detail-page .detail-wrap .aside .recommend-list .tag-list .tag:nth-child(3n) {
		margin-right: 16px;
	}
}
@media (max-width: 1430px) {
	.about-company-page .company-history .swiper1 {
		width: 100%;
	}
	.about-company-page .company-history .swiper1 .swiper-slide .pic {
		margin-right: 50px;
	}
	.about-company-page .company-history .swiper1 .swiper-slide .text .title {
		padding-top: 20px;
	}
	.about-company-page .company-history .swiper2-box .swiper2 {
		width: 76%;
	}
	.about-company-page .company-history .swiper2-box .swiper-left {
		left: 5%;
	}
	.about-company-page .company-history .swiper2-box .swiper-right {
		right: 5%;
	}
	.about-company-page .company-culture .culture-main .right {
		padding-top: 50px;
		padding-left: 35px;
	}
	.about-company-page .company-honor .honor-main .right .swiper-honor {
		width: 400px;
	}
	.about-company-page .company-honor .honor-main .right .honor-left {
		left: 27px;
	}
	.about-company-page .company-honor .honor-main .right .honor-right {
		right: 17px;
	}
	.contact-page .content {
		padding-left: 30px;
		padding-right: 30px;
	}
	.contact-page .content .right {
		margin-left: 60px;
	}
	.about-skill-page .section .section-left .text {
		margin-right: 60px;
		padding-top: 20px;
	}
	.about-skill-page .section .section-right .text {
		margin-left: 60px;
		padding-top: 20px;
	}
	.pro-detail-page .detail-box .right {
		padding-left: 30px;
		padding-top: 30px;
	}
}
@media (max-width: 1200px) {
	.common-banner .bg {
		height: 300px;
		object-fit: cover;
	}
	.common-banner .text {
		font-size: 32px;
	}
	.about-company-page .title-box .bg-title {
		font-size: 45px;
	}
	.about-company-page .title-box .title {
		font-size: 32px;
		margin-top: -20px;
	}
	.about-company-page .company-intro .main-box .desc {
		font-size: 16px;
		margin-bottom: 17px;
	}
	.about-company-page .company-history .swiper1 .swiper-slide {
		flex-wrap: wrap;
		height: auto;
	}
	.about-company-page .company-history .swiper1 .swiper-slide .pic {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	.about-company-page .company-history .swiper1 .swiper-slide .pic img {
		height: auto;
		vertical-align: top;
	}
	.about-company-page .company-history .swiper1 .swiper-slide .text {
		flex: none;
		width: 100%;
	}
	.about-company-page .company-history .swiper1 .swiper-slide .text .fornt {
		position: static;
		background-color: transparent;
	}
	.about-company-page .company-history .swiper1 .swiper-slide .text .year {
		display: none;
	}
	.about-company-page .company-history .swiper1 .swiper-slide .text .sub-title {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.about-company-page .company-history .swiper1 .swiper-slide .text .desc {
		max-width: 100%;
	}
	.about-company-page .company-history .swiper2-box {
		margin-top: 60px;
	}
	.about-company-page .company-culture .culture-main .left {
		width: 50%;
	}
	.about-company-page .company-culture .culture-main .right {
		flex: none;
		width: 50%;
		padding-left: 25px;
		padding-right: 25px;
	}
	.about-company-page .company-culture .culture-main .right .section h5 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.about-company-page .company-honor .honor-main {
		flex-wrap: wrap;
	}
	.about-company-page .company-honor .honor-main .left,
	.about-company-page .company-honor .honor-main .right {
		flex: none;
		width: 100%;
	}
	.about-company-page .company-honor .honor-main .right {
		margin-top: 35px;
	}
	.about-company-page .company-honor .honor-main .right .honor-left {
		left: 17px;
	}
	.contact-page .info-list .info-item {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.about-skill-page .section .section-left,
	.about-skill-page .section .section-right {
		flex-wrap: wrap;
		justify-content: center;
	}
	.about-skill-page .section .section-left .pic,
	.about-skill-page .section .section-right .pic {
		order: -1;
		margin-bottom: 20px;
	}
	.about-skill-page .section .section-left .pic img,
	.about-skill-page .section .section-right .pic img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	.about-skill-page .section .section-left .text {
		margin-right: 0;
	}
	.about-skill-page .section .section-right .text {
		margin-left: 0;
	}
	.new-detail-page .detail-wrap {
		flex-wrap: wrap;
	}
	.new-detail-page .detail-wrap .main,
	.new-detail-page .detail-wrap .aside {
		width: 100%;
	}
	.new-detail-page .detail-wrap .aside {
		margin-top: 35px;
	}
	.pro-detail-page .detail-box .right {
		padding-top: 0;
	}
	.serice-page .serice-area .list {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 25px;
	}
	.serice-page .serice-area .list .item {
		width: 47%;
		padding: 30px;
		margin-right: 0;
	}
	.serice-page .serice-area .list .item:nth-last-child(-n + 3) {
		margin-bottom: 35px;
	}
	.skill-download-page .content .right .file-item {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 992px) {
	.pro-detail-page .detail-box {
		flex-wrap: wrap;
		justify-content: center;
	}
	.pro-detail-page .detail-box .left {
		width: 100%;
	}
	.pro-detail-page .detail-box .right {
		padding-left: 0;
		margin-top: 25px;
		width: 100%;
	}
	.skill-download-page .content {
		flex-wrap: wrap;
	}
	.skill-download-page .content .left,
	.skill-download-page .content .right {
		width: 100%;
	}
	.skill-download-page .content .left {
		margin-bottom: 35px;
	}

	.about-page .list {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.about-page .list .item {
		width: 47%;
		margin-right: 0;
		margin-bottom: 25px;
	}
}
@media (max-width: 768px) {
	.new-detail-page .detail-wrap {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.common-banner .bread-crumb {
		display: none;
	}
	.about-company-page .company-intro {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.about-company-page .title-box .bg-title {
		font-size: 28px;
	}
	.about-company-page .title-box .title {
		font-size: 24px;
	}
	.about-company-page .company-history {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.about-company-page .company-history .swiper1 .swiper-slide .pic img {
		width: auto;
		max-width: 100%;
	}
	.about-company-page .company-history .swiper1 .swiper-slide .text .title {
		font-size: 24px;
	}
	.about-company-page .company-history .swiper1 .swiper-slide .text .sub-title {
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.about-company-page .company-history .swiper2-box .swiper2 .swiper-slide .text,
	.about-company-page .company-history .swiper2-box .swiper2 .swiper-slide .year {
		transform: translateX(0);
	}
	.about-company-page .company-history .swiper2-box .swiper2 {
		width: 70%;
	}
	.about-company-page .company-culture {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.about-company-page .company-culture .culture-main {
		margin-top: 35px;
		flex-wrap: wrap;
	}
	.about-company-page .company-culture .culture-main .left {
		display: none;
	}
	.about-company-page .company-culture .culture-main .right {
		width: 100%;
	}
	.about-company-page .company-honor {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.about-company-page .company-honor .title-box .bg-title {
		font-size: 28px;
	}
	.about-company-page .company-honor .honor-main {
		margin-top: 25px;
	}
	.about-company-page .company-honor .honor-main .right {
		padding-left: 0;
		padding-right: 0;
	}
	.about-company-page .company-honor .honor-main .right .swiper-honor {
		width: 80%;
	}
	.about-company-page .company-honor .honor-main .right .honor-left {
		left: 0;
	}
	.about-company-page .company-honor .honor-main .right .honor-right {
		right: 0;
	}
	.about-company-page .company-history .swiper2-box {
		margin-top: 25px;
	}
	.contact-page .contact-area {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.contact-page .info-list {
		flex-wrap: wrap;
	}
	.contact-page .info-list .info-item {
		flex: none;
		width: 49%;
		margin-bottom: 2px;
	}
	.contact-page .content {
		flex-wrap: wrap;
	}
	.contact-page .content .left,
	.contact-page .content .right {
		flex: none;
		width: 100%;
	}
	.contact-page .content .right {
		margin-left: 0;
		margin-top: 20px;
	}
	.contact-page .content .left .title {
		margin-bottom: 20px;
		font-size: 22px;
	}
	.contact-page .content .left p.m-b {
		margin-bottom: 15px;
	}
	.contact-page .content .left .section {
		margin-bottom: 30px;
	}
	.about-skill-page .section .section-left,
	.about-skill-page .section .section-right {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.about-skill-page .section .title {
		font-size: 24px;
	}
	.about-skill-page .section .desc {
		font-size: 17px;
	}
	.about-page .about-area {
		padding-top: 35px;
		padding-bottom: 35px;
	}


	.about-page .list .item .text .title {
		font-size: 20px;
	}
	.new-detail-page .detail-area {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.new-detail-page .detail-wrap .main {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.new-detail-page .detail-wrap .main .title {
		font-size: 24px;
	}
	.news-list-page .list-area {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.news-list-page .new-list {
		margin-bottom: 35px;
	}
	.news-list-page .list-tab {
		margin-bottom: 35px;
	}
	.news-list-page .new-list .item {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.news-list-page .new-list .item .text .title,
	.news-list-page .new-list .item .text .desc {
		margin-bottom: 10px;
	}
	.news-list-page .new-list .item .text {
		margin-left: 20px;
	}
	.center-page .list-area {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.center-page .list {
		justify-content: space-between;
	}
	.center-page .list .item {
		width: 47%;
		margin-right: 0;
		margin-top: 30px;
	}
	.center-page .list .item:nth-child(3) {
		margin-top: 30px;
	}
	.center-page .list .item .text {
		padding: 20px;
	}
	.center-page .list .item .text .title {
		font-size: 20px;
	}
	.pro-detail-page .detail-area {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.pro-detail-page .detail-box {
		padding: 20px;
	}
	.pro-detail-page .detail-box .right .title {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.pro-detail-page .detail-box .right .en-sub-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.pro-detail-page .info-box .info-panel {
		padding: 20px;
	}
	.pro-detail-page .info-box .info-head .item {
		width: 136px;
		font-size: 18px;
		height: 45px;
		min-height: auto;
	}
	.pro-detail-page .recommend {
		padding: 10px 20px;
		flex-wrap: wrap;
	}
	.pro-detail-page .recommend .prev,
	.pro-detail-page .recommend .next {
		width: 100%;
		text-align: left;
	}
	.pro-detail-page .recommend .prev span,
	.pro-detail-page .recommend .next span,
	.pro-detail-page .recommend .prev a,
	.pro-detail-page .recommend .next a {
		line-height: 1.5;
		font-size: 14px;
	}
	.pro-detail-page .recommend .prev {
		margin-bottom: 7px;
	}
	.pro-detail-page .recommend .btn {
		display: none;
	}
	.serice-page .serice-area {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.skill-download-page .download-area {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.skill-tab-list {
		margin-bottom: 20px;
	}
	.skill-download-page .download-search form {
		width: 75%;
	}
	.skill-download-page .content .left .link-list {
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	.skill-download-page .content .left .link-list .link-item {
		width: 49%;
		margin-bottom: 10px;
		padding: 15px;
		font-size: 16px;
		text-align: center;
	}
	.skill-download-page .content .right .file-item {
		padding: 15px 10px;
	}
	.skill-service-page .wrap {
		margin-left: auto;
		margin-right: auto;
		width: 92%;
		padding-left: 0;
		padding-right: 0;
	}
	.skill-service-page .service-main {
		padding: 30px 20px;
	}
	.skill-service-page .service-main .title {
		font-size: 18px;
	}
	.skill-service-page .service-main .desc {
		margin-bottom: 15px;
	}
	.skill-service-page .skill-area {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.skill-service-page .service-main .title {
		margin-bottom: 15px;
	}
}
@media (max-width: 576px) {
	.common-pagination {
		flex-wrap: wrap;
		padding-left: 20px;
		padding-right: 20px;
	}
	.common-pagination .pagination-item {
		margin-bottom: 10px;
	}
	.common-banner {
		margin-top: 70px;
		height: 200px;
		background-color: #000;
	}
	.common-banner .bg {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}
	.common-banner .text {
		font-size: 24px;
	}
	.about-company-page .company-history .swiper2-box .swiper-left,
	.about-company-page .company-history .swiper2-box .swiper-right {
		width: 36px;
		height: 36px;
	}
	.about-company-page .company-history .swiper2-box .swiper-left img,
	.about-company-page .company-history .swiper2-box .swiper-right img {
		width: 18px;
	}
	.about-company-page .company-culture .culture-main .right {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.about-company-page .company-culture .culture-main .right .section h5 {
		font-size: 22px;
		margin-bottom: 7px;
	}
	.about-company-page .company-culture .culture-main .right .section p {
		font-size: 17px;
	}
	.contact-page .info-list {
		justify-content: space-between;
	}
	.contact-page .info-list .info-item {
		margin-right: 0;
	}
	.contact-page .info-list .info-item img {
		width: 30px;
	}
	.contact-page .info-list .info-item .info span,
	.contact-page .info-list .info-item .info a {
		font-size: 14px;
	}
	.contact-page .info-list .info-item {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.contact-page .info-list .info-item .name {
		font-size: 20px;
		margin-top: 15px;
	}
	.contact-page .info-list .info-item .name::after {
		margin: 10px auto;
	}
	.contact-page .content {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.contact-page .content .left .title {
		font-size: 20px;
	}
	.contact-page .content .left p {
		font-size: 18px;
	}
	.contact-page .content .left .section-min {
		margin-bottom: 15px;
	}
	.contact-page .content .left .sub-title {
		margin-bottom: 15px;
	}
	.contact-page .content .right {
		height: 320px;
	}
	.contact-page .content .left .title {
		margin-bottom: 15px;
	}
	.about-page .list .item {
		width: 100%;
	}
	.about-page .list .item .text {
		padding-left: 12px;
		padding-right: 12px;
	}
	.new-detail-page .detail-wrap .main {
		padding-left: 15px;
		padding-right: 15px;
	}
	.new-detail-page .detail-wrap .main .title {
		font-size: 22px;
	}
	.new-detail-page .detail-wrap .main .desc span:first-of-type {
		margin-right: 10px;
	}
	.new-detail-page .detail-wrap .main .recommend {
		flex-wrap: wrap;
	}
	.new-detail-page .detail-wrap .main .recommend .left,
	.new-detail-page .detail-wrap .main .recommend .right {
		width: 100%;
	}
	.new-detail-page .detail-wrap .main .recommend .left {
		margin-bottom: 15px;
	}
	.new-detail-page .detail-wrap .aside .recommend-list .recommend-head h6 {
		font-size: 20px;
	}
	.new-detail-page .detail-wrap .aside .recommend-list .tag-list {
		justify-content: space-between;
	}
	.new-detail-page .detail-wrap .aside .recommend-list .tag-list .tag {
		margin-right: 0 !important;
		width: 47%;
	}
	.news-list-page .list-tab .tab-item {
		width: 136px;
		height: 36px;
	}
	.news-list-page .list-tab .tab-item:first-of-type {
		margin-right: 20px;
	}
	.news-list-page .new-list .item .pic {
		width: 118px;
		height: 105px;
	}
	.news-list-page .new-list .item .text {
		margin-left: 10px;
	}
	.news-list-page .new-list .item .text .title {
		font-size: 18px;
		margin-top: 0;
	}
	.center-page .list .item {
		width: 100%;
	}
	.center-page .list .item:nth-child(2) {
		margin-top: 30px;
	}
	.pro-detail-page .detail-box .right .title {
		font-size: 22px;
	}
	.pro-detail-page .detail-box,
	.pro-detail-page .info-box {
		margin-bottom: 25px;
	}
	.serice-page .serice-area .list .item {
		padding: 10px 15px;
		width: 49%;
		margin-bottom: 20px;
	}
	.serice-page .serice-area .list .item:nth-last-child(-n + 3) {
		margin-bottom: 20px;
	}
	.serice-page .serice-area .list .item .pic {
		margin-bottom: 15px;
	}
	.serice-page .serice-area .list .item .title {
		font-size: 18px;
	}
	.serice-page .serice-area .list .item .title::after {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.serice-page .serice-area .list .item .link-btn {
		width: 90%;
		height: auto;
		padding: 10px 15px;
		font-size: 12px;
	}
	.skill-tab-list .tab-item {
		width: 135px;
	}
	.skill-download-page .content .left {
		margin-bottom: 25px;
	}
	.skill-download-page .download-search form {
		width: 96%;
	}
	.skill-download-page .download-search form input {
		padding-left: 15px;
	}
	.skill-download-page .content .right .file-item {
		flex-wrap: wrap;
	}
	.skill-download-page .content .right .file-item .file-name {
		max-width: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.skill-download-page .content .right .file-item .btn-list {
		margin-left: 0;
	}
	.skill-download-page .content .right .file-item .btn-list a {
		width: 90px;
		height: 30px;
		font-size: 14px;
	}
	.skill-download-page .content .right {
		padding-bottom: 35px;
	}

	/* 产品详情 */
	.pro-detail-page .info-box .info-head .item {
		font-size: 14px;
	}
}

/* 新增页面 */
.marketing-page {
	padding-bottom: 87px;
}
.marketing-page .form-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 81px;
	margin-bottom: 39px;
}
.marketing-page .form-line .line-title {
	color: #111;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.marketing-page .form-line form {
	height: 44px;
	display: flex;
	width: 41.134%;
}

/* 搜索栏和按钮 */
.marketing-page .form-line .input-area {
	position: relative;
	height: 100%;
	flex: 1;
}
.marketing-page .form-line input {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	padding-left: 44px;
	padding-right: 20px;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid #d4d6d9;
}
.marketing-page .form-line input:focus {
	outline: none;
	border-color: #e52d6b;
}

.marketing-page .form-line img {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
}

.marketing-page .form-line button {
	width: 111px;
	height: 100%;
	flex-shrink: 0;
	border-radius: 0px 4px 4px 0px;
	background-color: #e52d6b;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	outline: none;
	border: none;
	cursor: pointer;
	user-select: none;
}

/* 地图 */
.marketing-page .map {
	position: relative;
}

.BMap_cpyCtrl {
	display: none;
}

.BMap_shadow img {
	display: none;
}

.marketing-page .map::after {
	content: "";
	display: block;
	padding-top: 54.642%;
}
.marketing-page .map-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.marketing-page .map-item {
	display: flex;
}
.marketing-page .map-item .pic {
	width: 165.952px;
	height: 111.984px;
	flex-shrink: 0;
}

.marketing-page .map-item img {
	display: block !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.marketing-page .map-item .text {
	margin-left: 13.5px;
	word-break: break-all;
	max-width: 214px;
}
.marketing-page .map-item .title {
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.marketing-page .map-item .desc {
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 9px;
}

.marketing-page .map-item .tel {
	color: #e52d6b;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 10.79px;
}

/* 地址选项卡 */
.marketing-page .address-tab {
	margin-top: 65px;
}

.marketing-page .tab-list {
	display: flex;
	margin-bottom: 50px;
}
.marketing-page .tab-list .tab-item {
	width: 160px;
	height: 50px;
	color: #161616;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 32px;
	background: rgba(237, 237, 237, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	cursor: pointer;
	margin-left: 2.127%;
}
.marketing-page .tab-list .tab-item:first-child {
	margin-left: 0;
}

.marketing-page .tab-list .tab-item.current,
.marketing-page .tab-list .tab-item:hover {
	background-color: #e52d6b;
	color: #fff;
}

/* 底部tab-content */
.marketing-page .tab-content {
	background: #efefef;
	padding-top: 52px;
	padding-right: 37px;
	padding-left: 38px;
	padding-bottom: calc(52px - 30px);
	position: relative;
}

.marketing-page .tab-content .triangle {
	position: absolute;
	left: 47px;
	bottom: 99%;
	transition: all 0.45s ease;
}

.marketing-page .tab-content .content-item {
	display: none;
}
.marketing-page .tab-content .content-item.current {
	display: block;
}

/* 布局content里面的盒子 */
.marketing-page .tab-content .box-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.marketing-page .tab-content .box {
	background-color: #fff;
	width: 32.434%;
	margin-right: 1.348%;
	margin-bottom: 30px;
	padding-left: 34px;
	padding-right: 40px;
	padding-top: 37px;
	padding-bottom: 39px;
}

/* 第一组的边框样式 */
.marketing-page .tab-content .box:nth-child(3n + 1) {
	border-top: 3px solid #e52d6b;
}

/* 第二组边框样式 */
.marketing-page .tab-content .box:nth-child(3n + 2) {
	border-top: 3px solid #ff8f2e;
}

/* 第三组样式 */
.marketing-page .tab-content .box:nth-child(3n) {
	border-top: 3px solid #2d83e5;
}

.marketing-page .tab-content .box:nth-of-type(3n) {
	margin-right: 0;
}

.marketing-page .tab-content .box .box-t {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 12px;
}
.marketing-page .tab-content .box .box-head {
	border-bottom: 1px solid #eee;
	padding-bottom: calc(15.5px - 12px);
}

/* 下面的备注说明 */
.marketing-page .tab-content .box .box-main {
	margin-top: 16.5px;
}

/* 备注的内容 */
.marketing-page .tab-content .box .box-desc {
	color: #8c8c8c;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 1430px) {
	.marketing-page .tab-list .tab-item {
		width: 145px;
		margin-left: 1%;
		margin-bottom: 20px;
	}
}

@media (max-width: 992px) {
	.marketing-page .tab-content .triangle {
		display: none !important;
	}
	.marketing-page .tab-list {
		margin-bottom: 30px;
	}

	.marketing-page .tab-content .box-list {
		justify-content: space-between;
	}

	.marketing-page .tab-content {
		padding: 30px 20px;
		padding-bottom: 10px;
	}

	.marketing-page .tab-content .box {
		width: 48.5%;
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.marketing-page .form-line form {
		width: 62%;
	}

	.marketing-page .form-line {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.marketing-page {
		padding-bottom: 35px;
	}

	.marketing-page .address-tab {
		margin-top: 35px;
	}
	.marketing-page .map::after {
		padding-top: 65%;
	}

	.marketing-page .map-area {
		width: calc(100% - 40px);
		left: 50%;
		transform: translateX(-50%);
	}
	.marketing-page .tab-list {
		flex-wrap: wrap;
	}

	.marketing-page .tab-list .tab-item {
		width: 32%;
		margin-right: 2%;
		margin-left: 0;
	}
	.marketing-page .tab-list .tab-item:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width: 576px) {
	.marketing-page .form-line {
		flex-wrap: wrap;
	}
	.marketing-page .form-line .line-title {
		font-size: 22px;
	}
	.marketing-page .form-line form {
		width: 100%;
		margin-top: 15px;
	}

	.marketing-page .map::after {
		padding-top: 100%;
	}

	.marketing-page .map-item {
		align-items: center;
	}
	.marketing-page .map-item .pic {
		width: 100px;
		height: 65px;
	}
	.marketing-page .map-item .text {
		max-width: 186px;
	}
	.marketing-page .map-item .tel,
	.marketing-page .map-item .desc {
		margin-top: 5px;
	}

	.marketing-page .tab-content .box {
		width: 100%;
		padding: 20px 10px;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.marketing-page .tab-list .tab-item {
		margin-bottom: 15px;
	}
}
